removeLanguage

abstract fun removeLanguage(language: Language)

Removes the language from the list of the languages for which spell checking is performed.

If all languages are removed, Chromium performs no spell checking. To enable spell checking, add a language using the @link SpellChecker#addLanguage(Language)} method.

On macOS, this method does nothing because spellcheck languages are configured in the OS settings.

Since

7.27

Parameters

language

the language to be removed from the list of the languages available for spell checking

Throws

when language is null

when the profile is deleted or its engine is closed